projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d43071
)
Clean up compilation warnings
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Jan 2016 08:09:02 +0000
(09:09 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Jan 2016 08:09:02 +0000
(09:09 +0100)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 43fb6abaa9e9d57a9af0747a6ba1855099221987..8cfa48db50510572bf1b56f8df21cdafcd30f496 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-3489,7
+3489,7
@@
usage: (make-network-process &rest ARGS) */)
int family = -1;
int ai_protocol = 0;
#ifdef HAVE_GETADDRINFO_A
- struct gaicb **dns_requests;
+ struct gaicb **dns_requests
= NULL
;
#endif
ptrdiff_t count = SPECPDL_INDEX ();
@@
-3819,8
+3819,6
@@
usage: (make-network-process &rest ARGS) */)
here will be nil, so we postpone connecting to the server. */
if (!p->is_server && NILP (ip_addresses))
{
- int channel;
-
p->dns_requests = dns_requests;
p->status = Qconnect;
dns_processes = Fcons (proc, dns_processes);